home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip Kasım 2003.iso
/
matrix
/
ekran
/
matrix.exe
/
matrix.dcr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-06
|
222 b
|
9 lines
global gforegndlocHList
on enterFrame
repeat with x = 100 down to 1
set the locV of sprite x to random(1000)
set the locH of sprite x to getAt(gforegndlocHList, random(count(gforegndlocHList)))
end repeat
end